type github.com/refraction-networking/utls.echClientContext
12 uses
github.com/refraction-networking/utls (current package)
ech.go#L416: func computeAndUpdateOuterECHExtension(outer, inner *clientHelloMsg, ech *echClientContext, useKey bool) error {
handshake_client.go#L48: func (c *Conn) makeClientHello() (*clientHelloMsg, *keySharePrivateKeys, *echClientContext, error) {
handshake_client.go#L213: var ech *echClientContext
handshake_client.go#L229: ech = &echClientContext{config: echConfig}
handshake_client.go#L258: type echClientContext struct {
handshake_client_tls13.go#L45: echContext *echClientContext
u_conn.go#L59: echCtx *echClientContext
u_conn.go#L506: func (uconn *UConn) computeAndUpdateOuterECHExtension(inner *clientHelloMsg, ech *echClientContext, useKey bool) error {
u_handshake_client.go#L170: func (c *Conn) makeClientHelloForApplyPreset() (*clientHelloMsg, *keySharePrivateKeys, *echClientContext, error) {
u_handshake_client.go#L336: var ech *echClientContext
u_handshake_client.go#L352: ech = &echClientContext{config: echConfig}
u_handshake_client.go#L577: func (c *UConn) echTranscriptMsg(outer *clientHelloMsg, echCtx *echClientContext) (err error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |